home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / Patches / Rebootstart / REBOOT-START < prev    next >
Text File  |  2000-01-02  |  1KB  |  26 lines

  1. ;© 2000 script by Aldo Bianchi
  2.  
  3. Resident >NIL: c:getpath PURE               ;do not remove this entry
  4. getpath                                     ;do not remove this entry
  5. mount rad1:                                 ;do not remove this entry
  6. makedir rad1:s rad1:c                       ;do not remove this entry
  7. Resident >NIL: c:copy PURE                  ;do not remove this entry
  8. copy >nil: startup-sequence rad1:s          ;do not remove this entry
  9. copy >nil: env:programpath rad1:            ;do not remove this entry
  10. sys:                                        ;do not remove this entry
  11. getpath                                     ;do not remove this entry
  12. copy >nil: env:programpath rad1:s           ;do not remove this entry
  13. copy >nil: sys:c/assign rad1:c              ;do not remove this entry
  14. copy >nil: sys:c/execute rad1:c             ;do not remove this entry
  15. Resident >nil: c:bootcontrol                ;do not remove this entry
  16. Bootcontrol remove quiet                    ;do not remove this entry
  17. Bootcontrol Install Quiet Mode=PAL GFX=Best ;You can change this entry see below ..!!
  18. Reset                                       ;do not remove this entry
  19.  
  20. ;IMPORTANT:you can change Bootcontrol options: (default works fine)
  21. ;GFX=Old ......boot your computer with old chipset
  22. ;GFX=Ecs.......boot your computer with enchanced chipset
  23. ;MODE=NTSC.....force the game to run in NTSC mode
  24. ;see also Bootcontrol's docs (AMINET/bootcontol.lha)
  25. ;END of script
  26.